encoding/xml.Decoder.offset (field)

6 uses

	encoding/xml (current package)
		xml.go#L214: 	offset         int64
		xml.go#L925: 		d.linestart = d.offset + 1
		xml.go#L927: 	d.offset++
		xml.go#L935: 	return d.offset
		xml.go#L942: 	return d.line, int(d.offset-d.linestart) + 1
		xml.go#L974: 	d.offset--